home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / tool / otohime / src / iotfad.c < prev    next >
C/C++ Source or Header  |  1994-11-16  |  17KB  |  755 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <winb.h>
  4. #include <te.h>
  5. #include <fntb.h>
  6. #include <gui.h>
  7.  
  8. extern int    fadeDialogId ;
  9. extern int    fadeOkBtnId ;
  10. extern int    fadeOkchk() ;
  11. extern int    fadePlayBtnId ;
  12. extern int    fadePlay() ;
  13. extern int    fadeUndoBtnId ;
  14. extern int    fadeUndo() ;
  15. extern int    fadeInfBtnId ;
  16. extern int    fadeInf() ;
  17. extern int    fadeCanBtnId ;
  18. extern int    fadeCanchk() ;
  19. extern int    fadeMesId[32] ;
  20. extern int    fadeSubDialogId ;
  21. extern int    fadeNumId[4] ;
  22.  
  23. #define ALIGN    4
  24. #define OFFSET(type) (sizeof(MMIPACKET) + (sizeof(type)+ALIGN-1)/ALIGN*ALIGN)
  25.  
  26. /*    MMI_init 用データ    */
  27.  
  28. /*    ヘッダ    */
  29.  
  30. MMIINIT    initDataIOTFAD = { "MmiInit",  43, 0 } ;
  31.  
  32. /* fadeDialogId */
  33.  
  34. static MMIPACKET d001 = {    &fadeDialogId,
  35.                             NULL,
  36.                             &MJ_DIALOGL40,
  37.                             OFFSET(DIALOGL40),
  38.                             MS_NONE
  39.                         } ;
  40. static DIALOGL40    d001d = {    MS_BTLEFTL40 | MS_EVMOSONL40,
  41.                              124,  76, 516, 404, 8, 4, 8,
  42.                             MS_SRECTL40 | MS_UFRAMEL40 | MS_FRAMEL40,
  43.                             NULL,   0,   0
  44.                         } ;
  45.  
  46. /* fadeOkBtnId */
  47.  
  48. static MMIPACKET d002 = {    &fadeOkBtnId,
  49.                             &fadeDialogId,
  50.                             &MJ_DBUTTONL40,
  51.                             OFFSET(DBUTTONL40),
  52.                             MS_NONE
  53.                         } ;
  54. static DBUTTONL40    d002d = {    MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40,
  55.                              144, 374, 205, 397,12, 4, 8,
  56.                             MS_PANELL40 | MS_FRAMEL40,
  57.                             fadeOkchk,
  58.                             0x0000
  59.                         } ;
  60.  
  61. /* fadePlayBtnId */
  62.  
  63. static MMIPACKET d003 = {    &fadePlayBtnId,
  64.                             &fadeDialogId,
  65.                             &MJ_DBUTTONL40,
  66.                             OFFSET(DBUTTONL40),
  67.                             MS_NONE
  68.                         } ;
  69. static DBUTTONL40    d003d = {    MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40,
  70.                              214, 374, 275, 397, 7, 4, 8,
  71.                             MS_PANELL40 | MS_FRAMEL40,
  72.                             fadePlay,
  73.                             0x0000
  74.                         } ;
  75.  
  76. /* fadeUndoBtnId */
  77.  
  78. static MMIPACKET d004 = {    &fadeUndoBtnId,
  79.                             &fadeDialogId,
  80.                             &MJ_DBUTTONL40,
  81.                             OFFSET(DBUTTONL40),
  82.                             MS_NONE
  83.                         } ;
  84. static DBUTTONL40    d004d = {    MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40,
  85.                              284, 374, 345, 397, 7, 4, 8,
  86.                             MS_PANELL40 | MS_FRAMEL40,
  87.                             fadeUndo,
  88.                             0x0000
  89.                         } ;
  90.  
  91. /* fadeInfBtnId */
  92.  
  93. static MMIPACKET d005 = {    &fadeInfBtnId,
  94.                             &fadeDialogId,
  95.                             &MJ_DBUTTONL40,
  96.                             OFFSET(DBUTTONL40),
  97.                             MS_NONE
  98.                         } ;
  99. static DBUTTONL40    d005d = {    MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40,
  100.                              354, 374, 415, 397, 7, 4, 8,
  101.                             MS_PANELL40 | MS_FRAMEL40,
  102.                             fadeInf,
  103.                             0x0000
  104.                         } ;
  105.  
  106. /* fadeCanBtnId */
  107.  
  108. static MMIPACKET d006 = {    &fadeCanBtnId,
  109.                             &fadeDialogId,
  110.                             &MJ_DBUTTONL40,
  111.                             OFFSET(DBUTTONL40),
  112.                             MS_NONE
  113.                         } ;
  114. static DBUTTONL40    d006d = {    MS_BTLEFTL40 | MS_EVMOSOFFL40 | MS_EVKEYONL40,
  115.                              436, 374, 497, 397,10, 4, 8,
  116.                             MS_PANELL40 | MS_FRAMEL40,
  117.                             fadeCanchk,
  118.                             0x0000
  119.                         } ;
  120.  
  121. /* fadeMesId[0] */
  122.  
  123. static MMIPACKET d007 = {    &fadeMesId[0],
  124.                             &fadeDialogId,
  125.                             &MJ_MSGL40,
  126.                             OFFSET(MSGL40),
  127.                             MS_NONE
  128.                         } ;
  129. static MSGL40    d007d =     {    MS_CENTERL40 | MS_DSPONLYL40,
  130.                              153, 377, 196, 394, 8,15, 8,
  131.                             MS_NONEL40,
  132.                             "実  行",
  133.                                1,  12,  12,
  134.                             MS_NONEL40,
  135.                                0,   0
  136.                         } ;
  137.  
  138. /* fadeMesId[1] */
  139.  
  140. static MMIPACKET d008 = {    &fadeMesId[1],
  141.                             &fadeDialogId,
  142.                             &MJ_MSGL40,
  143.                             OFFSET(MSGL40),
  144.                             MS_NONE
  145.                         } ;
  146. static MSGL40    d008d =     {    MS_CENTERL40 | MS_DSPONLYL40,
  147.                              222, 377, 268, 394, 8,15, 8,
  148.                             MS_NONEL40,
  149.                             "再  生",
  150.                                1,  12,  12,
  151.                             MS_NONEL40,
  152.                                0,   0
  153.                         } ;
  154.  
  155. /* fadeMesId[2] */
  156.  
  157. static MMIPACKET d009 = {    &fadeMesId[2],
  158.                             &fadeDialogId,
  159.                             &MJ_MSGL40,
  160.                             OFFSET(MSGL40),
  161.                             MS_NONE
  162.                         } ;
  163. static MSGL40    d009d =     {    MS_CENTERL40 | MS_DSPONLYL40,
  164.                              290, 377, 341, 394, 8,15, 8,
  165.                             MS_NONEL40,
  166.                             "アンドゥ",
  167.                                1,  12,  12,
  168.                             MS_NONEL40,
  169.                                0,   0
  170.                         } ;
  171.  
  172. /* fadeMesId[3] */
  173.  
  174. static MMIPACKET d010 = {    &fadeMesId[3],
  175.                             &fadeDialogId,
  176.                             &MJ_MSGL40,
  177.                             OFFSET(MSGL40),
  178.                             MS_NONE
  179.                         } ;
  180. static MSGL40    d010d =     {    MS_CENTERL40 | MS_DSPONLYL40,
  181.                              362, 377, 408, 394, 8,15, 8,
  182.                             MS_NONEL40,
  183.                             "情  報",
  184.                                1,  12,  12,
  185.                             MS_NONEL40,
  186.                                0,   0
  187.                         } ;
  188.  
  189. /* fadeMesId[4] */
  190.  
  191. static MMIPACKET d011 = {    &fadeMesId[4],
  192.                             &fadeDialogId,
  193.                             &MJ_MSGL40,
  194.                             OFFSET(MSGL40),
  195.                             MS_NONE
  196.                         } ;
  197. static MSGL40    d011d =     {    MS_CENTERL40 | MS_DSPONLYL40,
  198.                              445, 377, 489, 394, 8,15, 8,
  199.                             MS_NONEL40,
  200.                             "取  消",
  201.                                1,  12,  12,
  202.                             MS_NONEL40,
  203.                                0,   0
  204.                         } ;
  205.  
  206. /* fadeMesId[5] */
  207.  
  208. static MMIPACKET d012 = {    &fadeMesId[5],
  209.                             &fadeDialogId,
  210.                             &MJ_MSGL40,
  211.                             OFFSET(MSGL40),
  212.                             MS_NONE
  213.                         } ;
  214. static MSGL40    d012d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  215.                              151,  79, 352,  98, 8,15, 8,
  216.                             MS_NONEL40,
  217.                             "フェードイン & フェードアウト",
  218.                                1,  12,  12,
  219.                             MS_BOLDL40,
  220.                                0,   0
  221.                         } ;
  222.  
  223. /* fadeSubDialogId */
  224.  
  225. static MMIPACKET d013 = {    &fadeSubDialogId,
  226.                             &fadeDialogId,
  227.                             &MJ_DIALOGL40,
  228.                             OFFSET(DIALOGL40),
  229.                             MS_NONE
  230.                         } ;
  231. static DIALOGL40    d013d = {    MS_BTLEFTL40 | MS_EVMOSONL40 | MS_FIXEDL40,
  232.                              144, 102, 497, 369, 8, 4, 8,
  233.                             MS_DFRAMEL40 | MS_FRAMEL40,
  234.                             NULL,   0,   0
  235.                         } ;
  236.  
  237. /* fadeNumId[0] */
  238.  
  239. static MMIPACKET d014 = {    &fadeNumId[0],
  240.                             &fadeSubDialogId,
  241.                             &MJ_NUMBOXL40,
  242.                             OFFSET(NUMBOXL40),
  243.                             MS_NONE
  244.                         } ;
  245. static NUMBOXL40    d014d =     {    MS_BTLEFTL40 | MS_REPEATL40 | MS_EVMOSONL40 | MS_EVKEYONL40 | MS_RIGHTL40,
  246.                              325, 118, 398, 141, 8, 4, 8,
  247.                             MS_PANELL40 | MS_DFRAMEL40 | MS_FRAMEL40,
  248.                             0,
  249.                                1,  12,  12,
  250.                             MS_NONEL40,
  251.                                0,   0,
  252.                               10,   0,9999,   1,   2,
  253.                              263, 264
  254.                         } ;
  255.  
  256. /* fadeNumId[1] */
  257.  
  258. static MMIPACKET d015 = {    &fadeNumId[1],
  259.                             &fadeSubDialogId,
  260.                             &MJ_NUMBOXL40,
  261.                             OFFSET(NUMBOXL40),
  262.                             MS_NONE
  263.                         } ;
  264. static NUMBOXL40    d015d =     {    MS_BTLEFTL40 | MS_REPEATL40 | MS_EVMOSONL40 | MS_EVKEYONL40 | MS_RIGHTL40,
  265.                              325, 154, 398, 177, 8, 4, 8,
  266.                             MS_PANELL40 | MS_DFRAMEL40 | MS_FRAMEL40,
  267.                             0,
  268.                                1,  12,  12,
  269.                             MS_NONEL40,
  270.                                0,   0,
  271.                               50,   0,9999,   1,   2,
  272.                              263, 264
  273.                         } ;
  274.  
  275. /* fadeNumId[2] */
  276.  
  277. static MMIPACKET d016 = {    &fadeNumId[2],
  278.                             &fadeSubDialogId,
  279.                             &MJ_NUMBOXL40,
  280.                             OFFSET(NUMBOXL40),
  281.                             MS_NONE
  282.                         } ;
  283. static NUMBOXL40    d016d =     {    MS_BTLEFTL40 | MS_REPEATL40 | MS_EVMOSONL40 | MS_EVKEYONL40 | MS_RIGHTL40,
  284.                              325, 190, 398, 213, 8, 4, 8,
  285.                             MS_PANELL40 | MS_DFRAMEL40 | MS_FRAMEL40,
  286.                             0,
  287.                                1,  12,  12,
  288.                             MS_NONEL40,
  289.                                0,   0,
  290.                               50,   0,9999,   1,   2,
  291.                              263, 264
  292.                         } ;
  293.  
  294. /* fadeNumId[3] */
  295.  
  296. static MMIPACKET d017 = {    &fadeNumId[3],
  297.                             &fadeSubDialogId,
  298.                             &MJ_NUMBOXL40,
  299.                             OFFSET(NUMBOXL40),
  300.                             MS_NONE
  301.                         } ;
  302. static NUMBOXL40    d017d =     {    MS_BTLEFTL40 | MS_REPEATL40 | MS_EVMOSONL40 | MS_EVKEYONL40 | MS_RIGHTL40,
  303.                              325, 226, 398, 249, 8, 4, 8,
  304.                             MS_PANELL40 | MS_DFRAMEL40 | MS_FRAMEL40,
  305.                             0,
  306.                                1,  12,  12,
  307.                             MS_NONEL40,
  308.                                0,   0,
  309.                               10,   0,9999,   1,   2,
  310.                              263, 264
  311.                         } ;
  312.  
  313. /* fadeMesId[6] */
  314.  
  315. static MMIPACKET d018 = {    &fadeMesId[6],
  316.                             &fadeSubDialogId,
  317.                             &MJ_MSGL40,
  318.                             OFFSET(MSGL40),
  319.                             MS_NONE
  320.                         } ;
  321. static MSGL40    d018d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  322.                              240, 121, 319, 138, 0,15, 8,
  323.                             MS_NONEL40,
  324.                             "時間1(秒)",
  325.                                1,  12,  12,
  326.                             MS_NONEL40,
  327.                                0,   0
  328.                         } ;
  329.  
  330. /* fadeMesId[7] */
  331.  
  332. static MMIPACKET d019 = {    &fadeMesId[7],
  333.                             &fadeSubDialogId,
  334.                             &MJ_MSGL40,
  335.                             OFFSET(MSGL40),
  336.                             MS_NONE
  337.                         } ;
  338. static MSGL40    d019d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  339.                              240, 157, 319, 174, 0,15, 8,
  340.                             MS_NONEL40,
  341.                             "時間2(秒)",
  342.                                1,  12,  12,
  343.                             MS_NONEL40,
  344.                                0,   0
  345.                         } ;
  346.  
  347. /* fadeMesId[8] */
  348.  
  349. static MMIPACKET d020 = {    &fadeMesId[8],
  350.                             &fadeSubDialogId,
  351.                             &MJ_MSGL40,
  352.                             OFFSET(MSGL40),
  353.                             MS_NONE
  354.                         } ;
  355. static MSGL40    d020d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  356.                              240, 193, 319, 210, 0,15, 8,
  357.                             MS_NONEL40,
  358.                             "時間3(秒)",
  359.                                1,  12,  12,
  360.                             MS_NONEL40,
  361.                                0,   0
  362.                         } ;
  363.  
  364. /* fadeMesId[9] */
  365.  
  366. static MMIPACKET d021 = {    &fadeMesId[9],
  367.                             &fadeSubDialogId,
  368.                             &MJ_MSGL40,
  369.                             OFFSET(MSGL40),
  370.                             MS_NONE
  371.                         } ;
  372. static MSGL40    d021d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  373.                              240, 229, 319, 246, 0,15, 8,
  374.                             MS_NONEL40,
  375.                             "時間4(秒)",
  376.                                1,  12,  12,
  377.                             MS_NONEL40,
  378.                                0,   0
  379.                         } ;
  380.  
  381. /* fadeMesId[10] */
  382.  
  383. static MMIPACKET d022 = {    &fadeMesId[10],
  384.                             &fadeSubDialogId,
  385.                             &MJ_MSGL40,
  386.                             OFFSET(MSGL40),
  387.                             MS_NONE
  388.                         } ;
  389. static MSGL40    d022d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  390.                              212, 272, 288, 289, 0,15, 8,
  391.                             MS_NONEL40,
  392.                             "フェードイン",
  393.                                1,  12,  12,
  394.                             MS_NONEL40,
  395.                                0,   0
  396.                         } ;
  397.  
  398. /* fadeMesId[11] */
  399.  
  400. static MMIPACKET d023 = {    &fadeMesId[11],
  401.                             &fadeSubDialogId,
  402.                             &MJ_MSGL40,
  403.                             OFFSET(MSGL40),
  404.                             MS_NONE
  405.                         } ;
  406. static MSGL40    d023d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  407.                              351, 272, 438, 289, 0,15, 8,
  408.                             MS_NONEL40,
  409.                             "フェードアウト",
  410.                                1,  12,  12,
  411.                             MS_NONEL40,
  412.                                0,   0
  413.                         } ;
  414.  
  415. /* fadeMesId[12] */
  416.  
  417. static MMIPACKET d024 = {    &fadeMesId[12],
  418.                             &fadeSubDialogId,
  419.                             &MJ_MSGL40,
  420.                             OFFSET(MSGL40),
  421.                             MS_NONE
  422.                         } ;
  423. static MSGL40    d024d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  424.                              272, 280, 362, 306, 0,15, 8,
  425.                             MS_NONEL40,
  426.                             "-",
  427.                                1, 105,  12,
  428.                             MS_NONEL40,
  429.                                0,   0
  430.                         } ;
  431.  
  432. /* fadeMesId[14] */
  433.  
  434. static MMIPACKET d025 = {    &fadeMesId[14],
  435.                             &fadeSubDialogId,
  436.                             &MJ_MSGL40,
  437.                             OFFSET(MSGL40),
  438.                             MS_NONE
  439.                         } ;
  440. static MSGL40    d025d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  441.                              402, 311, 426, 328, 0,15, 8,
  442.                             MS_NONEL40,
  443.                             "\",
  444.                                1,  24,  12,
  445.                             MS_NONEL40,
  446.                                0,   0
  447.                         } ;
  448.  
  449. /* fadeMesId[15] */
  450.  
  451. static MMIPACKET d026 = {    &fadeMesId[15],
  452.                             &fadeSubDialogId,
  453.                             &MJ_MSGL40,
  454.                             OFFSET(MSGL40),
  455.                             MS_NONE
  456.                         } ;
  457. static MSGL40    d026d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  458.                              278, 291, 301, 324, 0,15, 7,
  459.                             MS_NONEL40,
  460.                             "|",
  461.                                1,  12,  35,
  462.                             MS_NONEL40,
  463.                                1,   0
  464.                         } ;
  465.  
  466. /* fadeMesId[16] */
  467.  
  468. static MMIPACKET d027 = {    &fadeMesId[16],
  469.                             &fadeSubDialogId,
  470.                             &MJ_MSGL40,
  471.                             OFFSET(MSGL40),
  472.                             MS_NONE
  473.                         } ;
  474. static MSGL40    d027d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  475.                              356, 291, 379, 324, 0,15, 7,
  476.                             MS_NONEL40,
  477.                             "|",
  478.                                1,  12,  35,
  479.                             MS_NONEL40,
  480.                                1,   0
  481.                         } ;
  482.  
  483. /* fadeMesId[17] */
  484.  
  485. static MMIPACKET d028 = {    &fadeMesId[17],
  486.                             &fadeSubDialogId,
  487.                             &MJ_MSGL40,
  488.                             OFFSET(MSGL40),
  489.                             MS_NONE
  490.                         } ;
  491. static MSGL40    d028d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  492.                              163, 313, 224, 339, 0,15, 8,
  493.                             MS_NONEL40,
  494.                             "-",
  495.                                1,  64,  12,
  496.                             MS_NONEL40,
  497.                                0,   0
  498.                         } ;
  499.  
  500. /* fadeMesId[18] */
  501.  
  502. static MMIPACKET d029 = {    &fadeMesId[18],
  503.                             &fadeSubDialogId,
  504.                             &MJ_MSGL40,
  505.                             OFFSET(MSGL40),
  506.                             MS_NONE
  507.                         } ;
  508. static MSGL40    d029d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  509.                              419, 313, 480, 339, 0,15, 8,
  510.                             MS_NONEL40,
  511.                             "-",
  512.                                1,  64,  12,
  513.                             MS_NONEL40,
  514.                                0,   0
  515.                         } ;
  516.  
  517. /* fadeMesId[19] */
  518.  
  519. static MMIPACKET d030 = {    &fadeMesId[19],
  520.                             &fadeSubDialogId,
  521.                             &MJ_MSGL40,
  522.                             OFFSET(MSGL40),
  523.                             MS_NONE
  524.                         } ;
  525. static MSGL40    d030d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  526.                              177, 313, 459, 339, 0,15, 8,
  527.                             MS_NONEL40,
  528.                             "-",
  529.                                1, 320,  16,
  530.                             MS_NONEL40,
  531.                                0,   0
  532.                         } ;
  533.  
  534. /* fadeMesId[20] */
  535.  
  536. static MMIPACKET d031 = {    &fadeMesId[20],
  537.                             &fadeSubDialogId,
  538.                             &MJ_MSGL40,
  539.                             OFFSET(MSGL40),
  540.                             MS_NONE
  541.                         } ;
  542. static MSGL40    d031d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  543.                              175, 332, 211, 349, 0,15, 8,
  544.                             MS_NONEL40,
  545.                             "時間1",
  546.                                1,  12,  12,
  547.                             MS_NONEL40,
  548.                                0,   0
  549.                         } ;
  550.  
  551. /* fadeMesId[21] */
  552.  
  553. static MMIPACKET d032 = {    &fadeMesId[21],
  554.                             &fadeSubDialogId,
  555.                             &MJ_MSGL40,
  556.                             OFFSET(MSGL40),
  557.                             MS_NONE
  558.                         } ;
  559. static MSGL40    d032d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  560.                              232, 332, 268, 349, 0,15, 8,
  561.                             MS_NONEL40,
  562.                             "時間2",
  563.                                1,  12,  12,
  564.                             MS_NONEL40,
  565.                                0,   0
  566.                         } ;
  567.  
  568. /* fadeMesId[22] */
  569.  
  570. static MMIPACKET d033 = {    &fadeMesId[22],
  571.                             &fadeSubDialogId,
  572.                             &MJ_MSGL40,
  573.                             OFFSET(MSGL40),
  574.                             MS_NONE
  575.                         } ;
  576. static MSGL40    d033d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  577.                              374, 332, 410, 349, 0,15, 8,
  578.                             MS_NONEL40,
  579.                             "時間3",
  580.                                1,  12,  12,
  581.                             MS_NONEL40,
  582.                                0,   0
  583.                         } ;
  584.  
  585. /* fadeMesId[23] */
  586.  
  587. static MMIPACKET d034 = {    &fadeMesId[23],
  588.                             &fadeSubDialogId,
  589.                             &MJ_MSGL40,
  590.                             OFFSET(MSGL40),
  591.                             MS_NONE
  592.                         } ;
  593. static MSGL40    d034d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  594.                              432, 332, 468, 349, 0,15, 8,
  595.                             MS_NONEL40,
  596.                             "時間4",
  597.                                1,  12,  12,
  598.                             MS_NONEL40,
  599.                                0,   0
  600.                         } ;
  601.  
  602. /* fadeMesId[24] */
  603.  
  604. static MMIPACKET d035 = {    &fadeMesId[24],
  605.                             &fadeSubDialogId,
  606.                             &MJ_MSGL40,
  607.                             OFFSET(MSGL40),
  608.                             MS_NONE
  609.                         } ;
  610. static MSGL40    d035d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  611.                              237, 300, 264, 317, 0,15, 8,
  612.                             MS_NONEL40,
  613.                             "/",
  614.                                1,  24,  12,
  615.                             MS_NONEL40,
  616.                                0,   0
  617.                         } ;
  618.  
  619. /* fadeMesId[25] */
  620.  
  621. static MMIPACKET d036 = {    &fadeMesId[25],
  622.                             &fadeSubDialogId,
  623.                             &MJ_MSGL40,
  624.                             OFFSET(MSGL40),
  625.                             MS_NONE
  626.                         } ;
  627. static MSGL40    d036d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  628.                              215, 311, 240, 328, 0,15, 8,
  629.                             MS_NONEL40,
  630.                             "/",
  631.                                1,  24,  12,
  632.                             MS_NONEL40,
  633.                                0,   0
  634.                         } ;
  635.  
  636. /* fadeMesId[26] */
  637.  
  638. static MMIPACKET d037 = {    &fadeMesId[26],
  639.                             &fadeSubDialogId,
  640.                             &MJ_MSGL40,
  641.                             OFFSET(MSGL40),
  642.                             MS_NONE
  643.                         } ;
  644. static MSGL40    d037d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  645.                              259, 289, 286, 306, 0,15, 8,
  646.                             MS_NONEL40,
  647.                             "/",
  648.                                1,  24,  12,
  649.                             MS_NONEL40,
  650.                                0,   0
  651.                         } ;
  652.  
  653. /* fadeMesId[13] */
  654.  
  655. static MMIPACKET d038 = {    &fadeMesId[13],
  656.                             &fadeSubDialogId,
  657.                             &MJ_MSGL40,
  658.                             OFFSET(MSGL40),
  659.                             MS_NONE
  660.                         } ;
  661. static MSGL40    d038d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  662.                              380, 300, 404, 317, 0,15, 8,
  663.                             MS_NONEL40,
  664.                             "\",
  665.                                1,  24,  12,
  666.                             MS_NONEL40,
  667.                                0,   0
  668.                         } ;
  669.  
  670. /* fadeMesId[27] */
  671.  
  672. static MMIPACKET d039 = {    &fadeMesId[27],
  673.                             &fadeSubDialogId,
  674.                             &MJ_MSGL40,
  675.                             OFFSET(MSGL40),
  676.                             MS_NONE
  677.                         } ;
  678. static MSGL40    d039d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  679.                              358, 289, 382, 306, 0,15, 8,
  680.                             MS_NONEL40,
  681.                             "\",
  682.                                1,  24,  12,
  683.                             MS_NONEL40,
  684.                                0,   0
  685.                         } ;
  686.  
  687. /* fadeMesId[28] */
  688.  
  689. static MMIPACKET d040 = {    &fadeMesId[28],
  690.                             &fadeSubDialogId,
  691.                             &MJ_MSGL40,
  692.                             OFFSET(MSGL40),
  693.                             MS_NONE
  694.                         } ;
  695. static MSGL40    d040d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  696.                              166, 303, 196, 325, 0,15, 8,
  697.                             MS_NONEL40,
  698.                             "|",
  699.                                1,  12,  24,
  700.                             MS_NONEL40,
  701.                                0,   0
  702.                         } ;
  703.  
  704. /* fadeMesId[29] */
  705.  
  706. static MMIPACKET d041 = {    &fadeMesId[29],
  707.                             &fadeSubDialogId,
  708.                             &MJ_MSGL40,
  709.                             OFFSET(MSGL40),
  710.                             MS_NONE
  711.                         } ;
  712. static MSGL40    d041d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  713.                              155, 286, 188, 303, 0,15, 8,
  714.                             MS_NONEL40,
  715.                             "start",
  716.                                1,  12,  12,
  717.                             MS_NONEL40,
  718.                                0,   0
  719.                         } ;
  720.  
  721. /* fadeMesId[30] */
  722.  
  723. static MMIPACKET d042 = {    &fadeMesId[30],
  724.                             &fadeSubDialogId,
  725.                             &MJ_MSGL40,
  726.                             OFFSET(MSGL40),
  727.                             MS_NONE
  728.                         } ;
  729. static MSGL40    d042d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  730.                              469, 303, 490, 325, 0,15, 8,
  731.                             MS_NONEL40,
  732.                             "|",
  733.                                1,  12,  24,
  734.                             MS_NONEL40,
  735.                                0,   0
  736.                         } ;
  737.  
  738. /* fadeMesId[31] */
  739.  
  740. static MMIPACKET d043 = {    &fadeMesId[31],
  741.                             &fadeSubDialogId,
  742.                             &MJ_MSGL40,
  743.                             OFFSET(MSGL40),
  744.                             MS_NONE
  745.                         } ;
  746. static MSGL40    d043d =     {    MS_LEFTL40 | MS_DSPONLYL40,
  747.                              462, 286, 485, 303, 0,15, 8,
  748.                             MS_NONEL40,
  749.                             "end",
  750.                                1,  12,  12,
  751.                             MS_NONEL40,
  752.                                0,   0
  753.                         } ;
  754.  
  755.